CFLAGS="$DEBUGCFLAGS $CFLAGS"
CXXFLAGS="$DEBUGCXXFLAGS $CXXFLAGS"
---- a/config/include/dcmtk/config/osconfig.h.in
-+++ b/config/include/dcmtk/config/osconfig.h.in
-@@ -92,6 +92,9 @@
- /* Define if __attribute__((aligned)) is available */
- #undef HAVE_ATTRIBUTE_ALIGNED
-
-+/* Define if __attribute__((aligned)) is available */
-+#undef HAVE_ATTRIBUTE_ALIGNED
-+
- /* Define to 1 if you have the `bcmp' function. */
- #undef HAVE_BCMP
-
-@@ -286,6 +289,9 @@
-
- /* Define if __alignof__ is available */
- #undef HAVE_GNU_ALIGNOF
-+
-+/* Define if __alignof__ is available */
-+#undef HAVE_GNU_ALIGNOF
-
- /* Define to 1 if you have the <grp.h> header file. */
- #undef HAVE_GRP_H
--- a/ofstd/tests/toption.cc
+++ b/ofstd/tests/toption.cc
@@ -17,6 +17,11 @@